AddCircle
Description
This method adds the CIRCLE entity.
Parameter | Type | Description |
---|---|---|
Data | TdxfExportData | The instance of the TdxfExportData type is a parameter of the AddCircle procedure. It contains a coordinates of the circle in the Point field and the circle radius in the Radius field. |
Syntax
procedure AddCircle(const Data: TdxfExportData);